Skip to content

fix(ci): skip helm plugin verification in CI image#1411

Merged
drew merged 1 commit into
mainfrom
fix-ci-image
May 15, 2026
Merged

fix(ci): skip helm plugin verification in CI image#1411
drew merged 1 commit into
mainfrom
fix-ci-image

Conversation

@drew
Copy link
Copy Markdown
Collaborator

@drew drew commented May 15, 2026

Summary

Fix the Build CI Image workflow by installing the helm-unittest plugin with Helm source verification disabled. Helm now verifies plugin sources by default, and helm-unittest does not support that verification path.

Related Issue

Fixes failing workflow run: https://github.com/NVIDIA/OpenShell/actions/runs/25939570007

Changes

  • Add --verify=false to the helm-unittest plugin install in deploy/docker/Dockerfile.ci
  • Match the existing Helm test task behavior in tasks/helm.toml

Testing

  • mise run pre-commit passes
  • Unit tests added/updated
  • E2E tests added/updated (if applicable)

Checklist

  • Follows Conventional Commits
  • Commits are signed off (DCO)

Signed-off-by: Drew Newberry <anewberry@nvidia.com>
@drew drew requested review from a team, derekwaynecarr, maxamillion and mrunalp as code owners May 15, 2026 20:59
@drew drew merged commit 403c754 into main May 15, 2026
27 checks passed
@drew drew deleted the fix-ci-image branch May 15, 2026 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants